Class symantec.itools.db.beans.dbnav.model.item.ProceduresCategoryItem
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class symantec.itools.db.beans.dbnav.model.item.ProceduresCategoryItem

Object
   |
   +----symantec.itools.db.beans.dbnav.model.item.ProceduresCategoryItem

public class ProceduresCategoryItem
extends Object
implements DataItem

The class represents the Root node of dbNavigator

Version:
1.0 06/13/98
Author:
Hristo Tonev

Variable Index

 o displayName
The name of the type: TABLES

Constructor Index

 o symantec.itools.db.beans.dbnav.model.item.ProceduresCategoryItem()
Default constructor
 o symantec.itools.db.beans.dbnav.model.item.ProceduresCategoryItem(String)

Method Index

 o getDisplayName()
 o setDisplayName(String)
 o toString()
This method return the string that gets displayed in the tree for the root node

Variables

 o displayName
protected java.lang.String displayName
The name of the type: TABLES

Constructors

 o ProceduresCategoryItem
protected ProceduresCategoryItem()
Default constructor

 o ProceduresCategoryItem
public ProceduresCategoryItem(String displayName)

Methods

 o getDisplayName
public synchronized java.lang.String getDisplayName()
 o setDisplayName
public synchronized void setDisplayName(String displayName)
 o toString
public java.lang.String toString()
This method return the string that gets displayed in the tree for the root node

Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index